home *** CD-ROM | disk | FTP | other *** search
Text File | 1987-06-05 | 2.4 KB | 217 lines | [TEXT/MACA] |
- * This is the RMaker File for StackWindows
- * The answer to the question about the user interface glitch in StackWindow.Pas
- * is that the user interface guidlines in IM say that if the user drags a
- * non-selected window while holding down the command key then the window should
- * move without changing its plane. This can be easily implemented in StackWindows
- * by chaging the first line of the statement part of DoDrag from
- * "if theWindow = FrontWindow then" to
- * "if (theWindow = FrontWindow) or (BitAnd (TheEvent.modifiers, CmdKey) <> 0) then."
-
- StackWindow.Rsrc
-
- type STAK = STR
- Identification,0 (32)
- StackWindows version \A7 ;; \A7 is ß
-
- type BNDL
- Bundle,128
- STAK 0
- ICN#
- 0 128
- FREF
- 0 128
-
- type FREF
- FREF 1,128
- APPL 0
-
- Type ICN# = GNRL
-
- Program,128
- 2
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 1FFFFC00
- 1FFFFC00
- 10000400
- 10000400
- 11FFFFE0
- 11FFFFE0
- 11000020
- 11000020
- 11000020
- 1F000020
- 01000020
- 01000020
- 01000020
- 01000020
- 01FFFFE0
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- *
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 1FFFFC00
- 1FFFFC00
- 1FFFFC00
- 1FFFFC00
- 1FFFFFE0
- 1FFFFFE0
- 1FFFFFE0
- 1FFFFFE0
- 1FFFFFE0
- 1FFFFFE0
- 01FFFFE0
- 01FFFFE0
- 01FFFFE0
- 01FFFFE0
- 01FFFFE0
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
- 00000000
-
-
-
- Type ICON = GNRL
-
- Face,1001 (32)
- 00000000
- 00000000
- 0019F000
- 007FFC00
- 01878600
- 0E106880
- 1935E640
- 16BFF1B0
- 34FC7D28
- 4AC00F28
- 6B8007AE
- EA0001D2
- DE7038D2
- 8C0000EB
- 28703865
- B8D86C36
- D870383E
- 3800002E
- 1801002E
- 08038024
- 0807C020
- 080FE020
- 08000040
- 04400840
- 023FF080
- 01000100
- 00C00600
- 00601C00
- 003FF000
- 00000000
- 00000000
- 00000000
-
-
- Type CNTL
-
- Scroll,1001 (32)
- Scroll
- 84 96 227 123
- Invisible
- 16
- 0
- 0 200 20
-
-
- Type WIND
-
- Zoom,1001 (32)
- Zoom Window
- 44 8 231 330
- Invisible GoAway
- 8
- 0
-
- Type DITL
-
- About,1001 (32)
- 2
- * 1
- StatText Enabled
- 0 0 159 336
-
- * 2
- StatText Enabled
- 33 73 87 266
- Another Illustrative Hack\0D from\0DGrand Canyon Code Factory
-
-
- Type DLOG
-
- About,1001 (32)
- New Dialog
- 114 88 242 406
- Visible NoGoAway
- 3
- 0
- 1001
-
- type MBAR = GNRL
- ,1001 (32)
- .I
- 3
- 1001
- 1002
- 1003
-
- Type MENU
-
- Window,1003
- Windows
- Make a Window/M
- Zap Top Window/N
-
- File,1001
- File
- (Close
- (-
- Quit/Q
-
- Edit,1002
- Edit
- (Undo/Z
- (-
- (Cut/X
- (Copy/C
- (Paste/V
- (Clear
-
- Apple,1000 (4)
- \14 ;; \14 is the Apple symbol
- About StackWindows...
- (-
-
-